-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustbuild: Stop building docs for std dependancies #38858
Conversation
@bors: r+ Thanks! |
📌 Commit 6b96ece has been approved by |
@bors: p=1 (beta nominated) |
⌛ Testing commit 6b96ece with merge 3e7a2ea... |
💔 Test failed - status-travis |
@bors: retry
* network error
…On Thu, Jan 5, 2017 at 4:17 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/189368191>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#38858 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95HVvGzleOveo4WLsYhYS5vxV3O3Hks5rPYgKgaJpZM4LcNGJ>
.
|
⌛ Testing commit 6b96ece with merge ec59daa... |
💔 Test failed - status-appveyor |
rustbuild: Stop building docs for std dependancies Fixes: #38319 r? @alexcrichton
☀️ Test successful - status-appveyor, status-travis |
Shouldn't this only apply in the --enable-compiler-docs case? |
Don't restrict docs in compiler-docs mode Search is broken without this. We want all crates to be included in compiler-docs mode. This was changed in #38858, this PR brings that functionality back in compiler-docs mode.
Fixes: #38319
r? @alexcrichton